Vcenter Namespaces Networks Nsx SharedSubnets Info
The Vcenter Namespaces Networks Nsx SharedSubnets Info contains selected fields from the corresponding Subnet.
This schema was added in vSphere API 9.1.1.0.
{
"subnet": "string",
"name": "string",
"nsx_path": "string",
"parent_vpc": {
"vpc": "string",
"nsx_path": "string",
"name": "string"
},
"access_mode": "string",
"ipv4_subnet_size": 0,
"ip_addresses": [
{
"address": "string",
"prefix": 0
}
],
"connectivity_state": "string",
"subnet_static_config": {
"static_ip_allocation": {
"enabled": false
}
},
"subnet_dhcp_config": {
"mode": "string"
},
"vlan_connection": "string"
}
Identifier of the Subnet.
This property was added in vSphere API 9.1.1.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespaces.networks.nsx.SharedSubnet. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespaces.networks.nsx.SharedSubnet.
Name of the Subnet.
This property was added in vSphere API 9.1.1.0.
NSX path of the Subnet.
This property was added in vSphere API 9.1.1.0.
Information of the parent VPC.
This property was added in vSphere API 9.1.1.0.
Access mode of the Subnet.
For more information see: Vcenter Namespaces Networks Nsx SharedSubnets AccessMode.
This property was added in vSphere API 9.1.1.0.
Size of the Subnet.
This property was added in vSphere API 9.1.1.0.
Subnet IP addresses.
This property was added in vSphere API 9.1.1.0.
Connectivity status of the Subnet from other Subnets to the VPC.
For more information see: Vcenter Namespaces Networks Nsx SharedSubnets ConnectivityState.
This property was added in vSphere API 9.1.1.0.
Subnet static IP configuration.
This property was added in vSphere API 9.1.1.0.
If missing or null, the Subnet has no static IP configuration.
Subnet DHCP configuration.
This property was added in vSphere API 9.1.1.0.
If missing or null, the Subnet has no DHCP configuration.
Distributed VLAN connection path.
This property was added in vSphere API 9.1.1.0.
If missing or null, the Subnet has no vlan connection.